(archive-rar-summarize): Support Attribute fields in RAR archives
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Dec 2009 09:48:36 +0000 (09:48 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Dec 2009 09:48:36 +0000 (09:48 +0000)
created on Unix systems.

lisp/arc-mode.el

index 474d7bdd5ab4779889ec10546de3523b8dfde679..aee1988eda6bfe41bea33c68509dd9a86760e7d2 100644 (file)
@@ -1904,7 +1904,7 @@ This doesn't recover lost files, it just undoes changes in the buffer itself."
                                  ;; Ratio ; Date'
                                  " +\\([0-9%]+\\) +\\([-0-9]+\\)"
                                  ;; Time ; Attr.
-                                 " +\\([0-9:]+\\) +[^ \n]\\{6,7\\}"
+                                 " +\\([0-9:]+\\) +[^ \n]\\{6,10\\}"
                                  ;; CRC; Meth ; Var.
                                  " +[0-9A-F]+ +[^ \n]+ +[0-9.]+\n"))
         (goto-char (match-end 0))